-
Notifications
You must be signed in to change notification settings - Fork 12
Tweaks to get VSCode's internal linters to quit whinging and make the… #173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
… ToDo plugin work nicely.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks Roddy, this basically is ready to go as all the functionality would work and these changes are mainly edits to comply with VScode's line length checking. I only have one tiny query about reducing the overhead of umdp3 checker when one of the constructors is called with a nested data structure. See if you agree with making a trade off between robustness and performance. Otherwise I'm happy for this to head onto trunk :) .
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I made a mistake on my last set of comments this looks good and functional to me, good job Roddy, on to @ericaneininger for CR.
|
I really don't find GitHub's way of presenting info about what's happening at all intuitive. @Pierre-siddall : Apologies, I've mistakenly added yet another commit to my Branch. And this is why I feel the "structure" of the code needs someone with a better feel for objects/classes and how to use them to look at the 'layout' and ask "Why have you done that ?, you could have just " |
… ToDo plugin work nicely.
PR Summary
Sci/Tech Reviewer: @Pierre-siddall
Code Reviewer: @ericaneininger
Some frustrating changes to formatting/syntax in order to get VSCode's internal linters to stop whinging and the ToDo plugin to correctly identify the things to do.
Code Quality Checklist
Testing
i ran it - it did what I expected..
I ran
pytest- all the tests passed.Security Considerations
AI Assistance and Attribution
VSCode has GitHub copilot enabled for the autocomplete / suggestions to speed up writing the code.
Sci/Tech Review
(Please alert the code reviewer via a tag when you have approved the SR)
Code Review